home *** CD-ROM | disk | FTP | other *** search
/ Aplicaciones Windows / Aplicaciones Windows.iso / Negocios / CPOS553A.ZIP / CJPOS.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-01-17  |  574 b   |  29 lines

  1. @ECHO OFF
  2. if exist *.MEM del *.MEM
  3. SET OVERLAY_HEAP=40
  4. CJ_START 
  5. :top
  6. CJPOS1 
  7. if exist REFRESH. goto :top
  8. if exist EXIT. goto :exit
  9. if exist 2pos.mem goto :2pos
  10. CJPOS3
  11. goto :top
  12. :2pos
  13. CJPOS2
  14. if exist EXIT. goto :exit
  15. if exist CLOSED goto :backup
  16. goto :top
  17. :backup
  18. if exist *.OLD erase *.OLD
  19. SET PKTMP=C:\
  20. PKZIP C:\CJPOSDBF *.DB? *.DAT *.TXT -rp
  21. if exist FLOPBACK. PKZIP -&f -rp A:\CJPOSDBF *.DB? *.DAT *.TXT
  22. if exist FLOPBACK. erase FLOPBACK. >nul
  23. del CLOSED. >nul
  24. :exit
  25. if exist EXIT. del EXIT. >nul
  26. if exist CLOSED. del CLOSED. >nul
  27. @ECHO ON
  28.  
  29.